Method: deleteRegisteredDevices

Remove registered devices with the matching properties from the database.

Parameters

Name Type Description
propStrings string The properties string used to delete the device, string is in the following format:
userName=value1,macAdress=value2,applianceGroup=value3
requestingUser string The user requesting the deletion

Returns

The operation returns an integer error code.

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACWebService/deleteRegisteredDevices?propStrings=userName=jane.smith,macAddress=80:D6:05:4A:D6:C4,applianceGroup=Default&propStrings=userName=jane.smith,macAddress=50:7A:55:6F:24:35,applianceGroup=Default&requestingUser=root